go/parser.parser.parseValue (method)
3 uses
go/parser (current package)
parser.go#L1540: func (p *parser) parseValue() ast.Expr {
parser.go#L1559: x := p.parseValue()
parser.go#L1563: x = &ast.KeyValueExpr{Key: x, Colon: colon, Value: p.parseValue()}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)